String Schema
AirlineRequestType Complex Type
Description
Airline
Namespace http://string.drv.de/xmlschema/string
Diagram
IcaoCode Element IataCode Element Choice AirlineRequestType Complex Type
Overview
Used By
OperatingCarrier Element
MarketingCarrier Element
Source
<xs:complexType name="AirlineRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Airline</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="IataCode" />
    <xs:element name="IcaoCode" />
  </xs:choice>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.